home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / netwzc.in_ / netwzc.inf
Encoding:
Windows Setup INFormation  |  2003-06-19  |  3.7 KB  |  90 lines

  1. ;-------------------------------------------------------------------------
  2. ; WZCSVC.INF -- Wireless Zero Configuration service
  3. ;
  4. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  5. ;-------------------------------------------------------------------------
  6. [version]
  7. Signature   = "$Windows NT$"
  8. Class       = NetService
  9. ClassGUID   = {4D36E974-E325-11CE-BFC1-08002BE10318}
  10. LayoutFile  = layout.inf
  11. Provider    = %Msft%
  12. DriverVer=03/03/2003,5.00.2195.6675
  13.  
  14. [Manufacturer]
  15. %Msft%=MSFT
  16.  
  17. [MSFT]
  18. %WZCSVC_Desc%=WZCSVC.ndi, MS_WZCSVC
  19.  
  20. [ControlFlags]
  21. ExcludeFromSelect = MS_WZCSVC
  22.  
  23. [WZCSVC.ndi]
  24. AddReg=WZCSVC.ndi.AddReg
  25. Characteristics=0x28                ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  26.  
  27. [WZCSVC.ndi.AddReg]
  28. HKR, Ndi,            Service,    , "wzcsvc"
  29. HKR, Ndi\Interfaces, UpperRange, , "noupper"
  30. HKR, Ndi\Interfaces, LowerRange, , "nolower"
  31.  
  32. ;-------------------------------------------------------------------------
  33. ; Declare Destination Directories for file copy/deletion
  34. [DestinationDirs]
  35. WZCSVC_files    = 11                ; System directory
  36.  
  37. [WZCSVC.ndi.Services]
  38. AddService = WZCSVC, 0x10, WZCSVC.ndi.AddService, WZCSVC.ndi.AddEventLog
  39.  
  40. ;========================================================================
  41. ; {Setup WZC Service
  42. [WZCSVC.ndi.AddService]
  43. DisplayName     = %WZCSVC_Desc%
  44. ServiceType     = 0x20              ;SERVICE_WIN32_SHARE_PROCESS
  45. StartType    = 3                 ;SERVICE_DEMAND_START
  46. ErrorControl    = 1                 ;SERVICE_ERROR_NORMAL
  47. Dependencies    = RpcSs, Ndisuio, ProtectedStorage, WMI
  48. Description     = %WZCSVC_HelpText%
  49. AddReg          = WZCSVC.ndi.Services.AddReg
  50. ServiceBinary   = "%%SystemRoot%%\System32\svchost.exe -k netsvcs"
  51. LoadOrderGroup  = TDI
  52.  
  53. ;------------------------------------------------------------------------
  54. ; {Setup Registry
  55. [WZCSVC.ndi.Services.AddReg]
  56. HKR, Parameters, ServiceDll,    0x00020000, "%%SystemRoot%%\System32\wzcsvc.dll"
  57. HKR, Parameters, ServiceMain,   0x00000000, "WZCSvcMain"
  58. ;HKLM,"SYSTEM\CurrentControlSet\Services\Eventlog\Application\WZCSVC","EventMessageFile", 0x00020000,"%%SystemRoot%%\System32\wzcsvc.dll"
  59. ;HKLM,"SYSTEM\CurrentControlSet\Services\Eventlog\Application\WZCSVC","TypesSupported",0x00010001,7
  60. ;Tracing details
  61. ;HKLM,"Software\Microsoft\Tracing\WZCTrace","ConsoleTracingMask",0x00010001,0xffff0000
  62. ;HKLM,"Software\Microsoft\Tracing\WZCTrace","EnableConsoleTracing",0x00010001,0x00000000
  63. ;HKLM,"Software\Microsoft\Tracing\WZCTrace","FileTracingMask",0x00010001,0xffff0000
  64. ;HKLM,"Software\Microsoft\Tracing\WZCTrace","EnableFileTracing",0x00010001,0x00000000
  65. ;HKLM,"Software\Microsoft\Tracing\WZCTrace","FileDirectory",FLG_ADDREG_TYPE_EXPAND_SZ ,"%%SystemRoot%%\Tracing"
  66. ; Setup Registry}
  67. ;------------------------------------------------------------------------
  68. ;------------------------------------------------------------------------
  69. ; {Setup Event Logs
  70. [WZCSVC.ndi.AddEventLog]
  71. AddReg  = WZCSVC.ndi.AddEventLog.AddReg
  72.  
  73. [WZCSVC.ndi.AddEventLog.AddReg]
  74. HKR, , "EventMessageFile", 0x20000, "%%SystemRoot%%\System32\wzcsvc.dll"
  75. HKR, , "TypesSupported",   0x10001, 7
  76. ; Setup Event Logs}
  77. ;------------------------------------------------------------------------
  78. ; Setup WZC Service}
  79. ;========================================================================
  80. ;========================================================================
  81. ; {Cleanup WZC Service
  82. [WZCSVC.ndi.Remove.Services]
  83. DelService=WZCSVC,0x200
  84. ; Cleanup WZC Service}
  85. ;========================================================================
  86. [Strings]
  87. Msft = "Microsoft"
  88. WZCSVC_Desc = "Wireless Configuration"
  89. WZCSVC_HelpText = "Provides authenticated network access control using IEEE 802.1x for wired and wireless Ethernet networks."
  90.